projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85121e0
)
Fixed bug#18283: Enable applescript in NextStep.
author
Anders Lindgren
<andlind@gmail.com>
Tue, 24 Nov 2015 21:05:05 +0000
(22:05 +0100)
committer
Anders Lindgren
<andlind@gmail.com>
Tue, 24 Nov 2015 21:05:05 +0000
(22:05 +0100)
* nextstep/templates/Info.plist.in: Set NSAppleScriptEnabled to YES.
nextstep/templates/Info.plist.in
patch
|
blob
|
history
diff --git
a/nextstep/templates/Info.plist.in
b/nextstep/templates/Info.plist.in
index 09e953c41747d4b6efeaedf36cbfe58dc2850a0c..a0357b29fa509d7780fd40dcff120ed2f987be0d 100644
(file)
--- a/
nextstep/templates/Info.plist.in
+++ b/
nextstep/templates/Info.plist.in
@@
-673,5
+673,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
</array>
</dict>
</array>
+ <key>NSAppleScriptEnabled</key>
+ <string>YES</string>
</dict>
</plist>